Skip to content

Conversation

@chrispader
Copy link
Member

@chrispader chrispader commented Nov 3, 2025

Note

Updates CI to run tsc per package, standardizes scripts (typecheck), switches VS Code formatter to Prettier, adds Bun workspace config, pins/bumps deps, and applies small code cleanups.

  • CI/Workflows:
    • Upgrade actions/checkout to v5 and split TypeScript checks: run bun typecheck in example and package with reviewdog (fail-level=any).
    • Simplify lint job to run ESLint with autofix in example and package.
  • Tooling/Editor:
    • Set VS Code default formatter to prettier for js/ts.
  • Bun/Workspace:
    • Add bunfig.toml (hoisted linker, link workspace packages).
  • Packages & Scripts:
    • Standardize typescript script to typecheck across workspace.
    • Use workspace:* for examplereact-native-nitro-sqlite and add prepublishOnly build.
    • Pin/upgrade deps (e.g., @babel/core, @react-native/eslint-config, jest, typeorm).
  • Code:
    • Remove unused error vars in catch blocks.
    • Initialize globalThis.process guard in initGlobals.ts.

Written by Cursor Bugbot for commit 7e1c24b. This will update automatically on new commits. Configure here.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

@chrispader chrispader merged commit 172ae69 into main Nov 3, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants